CloudTableQuery Members

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Represents a query against the Windows Azure Table service.

The following tables list the members exposed by the CloudTableQuery type.

Public Constructors

 NameDescription
CloudTableQueryOverloaded.  
Top

Public Properties

 NameDescription
public propertyElementTypeGets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
public propertyExpressionGets the expression tree that is associated with the instance of IQueryable.
public propertyProviderGets the query provider that is associated with this data source.
public propertyRetryPolicyGets or sets the retry policy for the query.
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodBeginExecuteSegmentedOverloaded.  
public methodEndExecuteSegmentedEnds an asynchronous operation to execute a query and return the results as a result segment.
public methodEquals  (Inherited from Object)
public methodExecuteOverloaded.  
public methodExpandExpands the specified path.
public methodGetEnumeratorReturns an enumerator that iterates through the collection.
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodToStringOverridden. Returns a String that represents this instance.
Top

Protected Methods (see also Extension Methods)

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

Extension Methods

 NameDescription
public extension methodAsTableServiceQuery  Converts a query of type DataServiceQuery to a CloudTableQuery object that handles continuation tokens and retries failed calls to the Table service. (Defined by TableServiceExtensionMethods.)
Top

Explicit Interface Implementations

 NameDescription
GetEnumeratorReturns an enumerator that can be used to iterate through a collection.
Top

See Also